Module: exec

exec

Provides utility methods to execute a command

Source:

Methods

<static> buildSpawned(grunt, script, sources, options) → {ChildProcess}

Build and execute a child process using the spawn function

Parameters:
Name Type Description
grunt Object

the grunt context

script String

the script to run

sources Array

the list of sources files

options Object

the list of cli flags

Source:
Returns:

from the spawn

Type
ChildProcess

<static> lookup(grunt, base, extPath) → {String}

Lookup file or path into node modules

Parameters:
Name Type Description
grunt Object

the grunt context

base String

the file or path to lookup

extPath String | Array

additionnal pathes to lookup

Source:
Returns:

the first matching resolved path

Type
String
DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.2.0 on Tue Jul 02 2013 07:45:26 GMT-0400 (EDT) using the DocStrap template.